home *** CD-ROM | disk | FTP | other *** search
/ Arakitronics - Nobuyoshi Araki Photographs / Arakitronics - Nobuyoshi Araki Photographs.iso / pc / stage / fix.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-05-23  |  146 b   |  10 lines

  1. on exitFrame
  2.   global sch
  3.   if the volume of sound sch <> 255 then
  4.     go(the frame)
  5.   else
  6.     sound stop sch
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.